[AKS PREVIEW]aks create: Change the default value of --enable-msi-auth-for-monitoring to true and add check for airgap clouds#6311
[AKS PREVIEW]aks create: Change the default value of --enable-msi-auth-for-monitoring to true and add check for airgap clouds#6311zhoxing-ms merged 9 commits intoAzure:mainfrom wanlonghenry:main
Conversation
|
Hi @wanlonghenry, |
|
Hi @wanlonghenry, |
|
AKS PREVIEW |
|
cli change: Azure/azure-cli#26356 |
|
Do you want to release a new extension for this PR change? If so, please upgrade the version defined in the |
|
The corresponding change in azure-cli broke some test cases.
Queued live test pipeline to verify the change. |
|
thank you @FumingZhang for this finding! The the test_aks_update_to_msi_cluster_with_addons, test_aks_create_default_service_with_monitoring_addon are related to a corner case where user is using service principle, will address that. Question to the live test,
|
|
the above issue fixed in: Azure/azure-cli#26528 |
|
[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=58433&view=results |






This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.